home *** CD-ROM | disk | FTP | other *** search
/ Practical Web Pages 2004 September / PracticalWebPages-WPG13-09-2004-Coverdisc.iso / pc / Software / Toolkit / Sothink SWF Quicker 1.5 / data1.cab / Public_Files / Classes / System.as < prev    next >
Encoding:
Text File  |  2004-06-14  |  891 b   |  11 lines

  1. class System
  2. {
  3.     var exactSettings                                                    // Specifies whether to use superdomain or exact-domain matching rules when accessing local settings or locally persistent data. 
  4.     var useCodepage                                                      // Instructing Flash Player to use Unicode or the traditional code page of the operating system running the plalyer to interpret external text files. 
  5.  
  6.     function setClipboard(string)                                        // Replaces the contents of the system clipboard with a specified text string.
  7.     function showSettings(panel)                                         // Displays the specified Flash Player Settings panel.
  8.  
  9.     function onStatus()                                                  // Provides an event handler for some objects like LocalConnection, NetStream, and SharedObject.
  10. }
  11.